@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.banner {
	z-index: 10;
	height: 100vh;
}

.slickbanner {
	height: 100vh;
}

.banner .item {
	height: 100vh;
	position: relative;
}

@keyframes blue {
	 0% {
	 -webkit-transform: scale(1.1);
	 -mos-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	 transform: scale(1.1);
	}
	 100% {
	 -webkit-transform: scale(1);
	 -mos-transform: scale(1);
	 -ms-transform: scale(1);
	 transform: scale(1);
	}
}

.banner .slick-current .item .bg {
	animation: blue 1.5s 0s ease both;
}

.banner .item .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner .item .bg01 {
	background: url(../images/banner01.jpg) no-repeat center center;
	background-size: cover;
}

.banner .item .bg02 {
	background: url(../images/banner02.jpg) no-repeat center center;
	background-size: cover;
}

.banner .item .bg03 {
	background: url(../images/banner03.jpg) no-repeat center center;
	background-size: cover;
}

.banner .item .textBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 40%;
}

.banner .item .textBox .text {
	margin: 0 auto;
	width: 1200px;
}

.banner .item .textBox .title {
	color: #fff;
	font-size: 60px;
	font-weight: normal;
}

.banner .item .textBox .title01 {
	color: #fff;
	font-size: 55px;
	font-weight: normal;
}

.banner .item .textBox .title02 {
	color: #fff;
	font-size: 55px;
	font-weight: normal;
}

.banner .item .textBox h2 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}

.banner .item .textBox h3 a {
	padding: 10px 0;
	width: 200px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background: #F28108;
	border-radius: 30px;
}

.banner .slick-dots {
	position: absolute;
	left: 0%;
	bottom: 134px;
	width: 100%;
	padding: 0 13.5%;
	height: 1px;
	background: rgba(255,255,255,0.2);
	z-index: 10;
	text-align: left;
	box-sizing: border-box;
}

.banner .slick-dots li {
	display: inline-block;
	margin-right: 50px;
	width: 300px;
	height: auto;
	color: rgba(255,255,255,0.5);
	text-align: left;
	cursor: pointer;
}

.banner .slick-dots li.slick-active {
	color: rgba(255,255,255,1);
	border-top: 1px solid #fff;
}

.banner .slick-dots li:after {
	font-size: 20px;
	line-height: 1;
	top: 0px;
	position: relative;
}

.banner .slick-dots li:before {
	font-size: 16px;
	line-height: 1;
	top: 70px;
	position: relative;
}

.banner .slick-dots li:nth-child(1):after {
	content: "皓隆环境";
}

.banner .slick-dots li:nth-child(1):before {
	content: "HAOLONG ENVIRONMENT";
}

.banner .slick-dots li:nth-child(2):after {
	content: "创皓隆精品 筑美好蓝天";
}

.banner .slick-dots li:nth-child(2):before {
	content: "BUILDING A BEAUTIFUL BLUE SKY";
}

.banner .slick-dots li:nth-child(3):after {
	content: "VOCs净化处理";
}

.banner .slick-dots li:nth-child(3):before {
	content: "VOCs PURIFICATION TREATMENT";
}

.banner .slick-dots li button {
	width: 100%;
	height: 1px;
	clear: both;
	opacity: 0;
	background: none;
}

.banner .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	height: 48px;
	background-repeat: no-repeat!important;
	background-size: 100% 100%!important;
	z-index: 10;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.banner .slick-arrow.slick-prev {
	left: 3.4%;
	background: url(../images/left.png);
}

.banner .slick-arrow.slick-next {
	right: 3.4%;
	background: url(../images/right.png);
}

.banner .slick-arrow:hover {
	-webkit-transform: translateY(-50%) scale(1.2);
	-mos-transform: translateY(-50%) scale(1.2);
	-ms-transform: translateY(-50%) scale(1.2);
	transform: translateY(-50%) scale(1.2);
}

@media all and (max-width: 1280px) {
	.banner {
		min-height: inherit;
	}
	
	.slickbanner {
		min-height: inherit;
	}

	.banner .item {
		min-height: inherit;
	}
	
	.banner .slick-current .item .bg {
		animation: blue 1.5s 0s ease both;
	}
		
	.banner .item .textBox {
		width: 100%;
		position: absolute;
		left: 0;
		top: 30%;
	}
	
	.banner .item .textBox .text {
		margin: 0 25px;
		width: auto;
	}
	
	.banner .item .textBox .title {
		font-size: 25px;
	}
	
	.banner .item .textBox .title01 {
		font-size: 20px;
	}
	
	.banner .item .textBox h2 {
		font-size: 18px;
	}
	
	.banner .item .textBox h3 a {
		padding: 5px 0;
		width: 120px;
		font-size: 16px;
	}
	
	.banner .slick-dots {
		bottom: 60px;
		width: 100%;
		padding: 0 20px;
		height: 1px;
	}
	
	.banner .slick-dots li {
		margin-right: 0;
		width: auto;
		height: auto;
	}
	
	.banner .slick-dots li:after {
		font-size: 16px;
	}
	
	.banner .slick-dots li:before {
		display: none;
	}
	
	.banner .slick-dots li:nth-child(1):after {
		content: "皓隆环境";
	}
	
	.banner .slick-dots li:nth-child(2):after {
		content: "筑美好蓝天";
	}
	
	.banner .slick-dots li:nth-child(3):after {
		content: "VOCs净化处理";
	}
	
	.banner .slick-dots li button {
		width: 100%;
		height: 1px;
		clear: both;
		opacity: 0;
		background: none;
	}
	
	.banner .slick-arrow {
		display: none !important;
	}

}












.video-relative {
	position: relative;
	z-index: 11;
	overflow: hidden;
	min-height: 480px;
}

@media all and (max-width: 1280px) {
	.video-relative {
		display: none;
	}
}

.video-relative .inner {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
	position: relative;
}

.video-relative .video-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/video-bg.jpg) no-repeat;
	background-size: cover;
}

.video-relative .video-js .vjs-tech {
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
}

.video-relative .vjs-poster {
	background: none;
}

.video-relative .video-js.video1-dimensions source {
	width: 100%;
	height: 100%;
}

.i-video-text {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	/* min-height: 510px; */
	background-repeat: no-repeat!important;
	background: none;
}

.i-video-tp {
	float: left;
	font-size: 34px;
	line-height: 56px;
	font-weight: bold;
}

.i-video-ta {
	margin-top: 60px;
}

.i-video-ta a {
	margin-top: 70px;
	float: right;
	width: 160px;
	display: block;
	line-height: 50px;
	border-radius: 25px;
	padding: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #004098;
}

.i-video-ta a:hover {
	opacity: 0.9;
}